ZK Developer's Guide by Markus Stäuble & Jurgen Schumacher

ZK Developer's Guide by Markus Stäuble & Jurgen Schumacher

Author:Markus Stäuble & Jurgen Schumacher
Language: eng
Format: mobi
Publisher: Packt Publishing


On the index.zul page, we have to extend the listbox component with listheader.

<listbox id="myList" use="com.packtpub.zk.media.view.MyListbox"

itemRenderer="com.packtpub.zk.media.view.

MediaListItemRenderer" model="${model}">

<listhead>

<listheader label="" />

<listheader label="" />

<listheader label="Id" />

<listheader label="Title" />

</listhead>

</listbox>

Additionally, we have to add a popup with the tooltip.update id to provide the tooltip for the pencil symbol.

<popup id="tooltip.update">

Update the media.

</popup>



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.